home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
quit.dir
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-03-18
|
197 b
|
13 lines
on exitFrame
global byebye, doneFlag
if byebye = 0 then
startTimer()
set byebye to 1
end if
if the timer < (6 * 60) then
go(the frame)
else
set doneFlag to 1
end if
end